3.115 \(\int \frac {a+b x^2}{(a-b x^2)^2} \, dx\)

Optimal. Leaf size=12 \[ \frac {x}{a-b x^2} \]

[Out]

x/(-b*x^2+a)

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 12, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 18, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.056, Rules used = {383} \[ \frac {x}{a-b x^2} \]

Antiderivative was successfully verified.

[In]

Int[(a + b*x^2)/(a - b*x^2)^2,x]

[Out]

x/(a - b*x^2)

Rule 383

Int[((a_) + (b_.)*(x_)^(n_))^(p_.)*((c_) + (d_.)*(x_)^(n_)), x_Symbol] :> Simp[(c*x*(a + b*x^n)^(p + 1))/a, x]
 /; FreeQ[{a, b, c, d, n, p}, x] && NeQ[b*c - a*d, 0] && EqQ[a*d - b*c*(n*(p + 1) + 1), 0]

Rubi steps

\begin {align*} \int \frac {a+b x^2}{\left (a-b x^2\right )^2} \, dx &=\frac {x}{a-b x^2}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 14, normalized size = 1.17 \[ -\frac {x}{b x^2-a} \]

Antiderivative was successfully verified.

[In]

Integrate[(a + b*x^2)/(a - b*x^2)^2,x]

[Out]

-(x/(-a + b*x^2))

________________________________________________________________________________________

fricas [A]  time = 0.45, size = 14, normalized size = 1.17 \[ -\frac {x}{b x^{2} - a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x^2+a)/(-b*x^2+a)^2,x, algorithm="fricas")

[Out]

-x/(b*x^2 - a)

________________________________________________________________________________________

giac [A]  time = 0.35, size = 14, normalized size = 1.17 \[ -\frac {x}{b x^{2} - a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x^2+a)/(-b*x^2+a)^2,x, algorithm="giac")

[Out]

-x/(b*x^2 - a)

________________________________________________________________________________________

maple [A]  time = 0.01, size = 15, normalized size = 1.25 \[ -\frac {x}{b \,x^{2}-a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*x^2+a)/(-b*x^2+a)^2,x)

[Out]

-1/(b*x^2-a)*x

________________________________________________________________________________________

maxima [A]  time = 1.05, size = 14, normalized size = 1.17 \[ -\frac {x}{b x^{2} - a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x^2+a)/(-b*x^2+a)^2,x, algorithm="maxima")

[Out]

-x/(b*x^2 - a)

________________________________________________________________________________________

mupad [B]  time = 0.00, size = 12, normalized size = 1.00 \[ \frac {x}{a-b\,x^2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*x^2)/(a - b*x^2)^2,x)

[Out]

x/(a - b*x^2)

________________________________________________________________________________________

sympy [A]  time = 0.18, size = 8, normalized size = 0.67 \[ - \frac {x}{- a + b x^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x**2+a)/(-b*x**2+a)**2,x)

[Out]

-x/(-a + b*x**2)

________________________________________________________________________________________